home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / ARP-DOCS1.3 / Lab < prev    next >
Text File  |  1990-06-22  |  940b  |  67 lines

  1.  
  2.  
  3.  
  4.      Lab(V1.3)               ARP User's Manual               Lab(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Lab - Define a label for Skip.
  10.  
  11.      SYNOPSIS
  12.           Lab label_name
  13.  
  14.      DESCRIPTION
  15.           Lab is used to define a label for use with skip.  Lab by
  16.           itself defines a null label. Note that if an EndSkip is
  17.           encountered by Skip before the Label Skip is searching for
  18.           is found, the search will be aborted at that point.
  19.  
  20.           Note that the ARP Shell (Ash) includes this command as a
  21.           builtin.
  22.  
  23.      EXAMPLE
  24.           Skip DODAH
  25.           Echo "This will not display"
  26.           Lab DODAH
  27.           Echo "But this will"
  28.  
  29.      SEE ALSO
  30.           AshManual Skip EndSkip
  31.  
  32.      CAUTION
  33.       With the ARP V1.3.0 version of SKIP, you should NOT
  34.       indent a LAB statement or that label will not be found.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/28/89)
  64.  
  65.  
  66.  
  67.